Skip to content

TimeInterval struct

Defined in

Namespace: System.Reactive Assembly: System.Reactive.dll Full name: System.Reactive.TimeInterval<T> Modifiers: public sealed

Summary

        Represents a value associated with time interval information.
        The time interval can represent the time it took to produce the value, the interval relative to a previous value, the value's delivery time relative to a base, etc.
        

Applies to

netstandard2.0

Class hierarchy
classDiagram
class TimeInterval~T~
class IEquatable~TimeInterval~T~~ {
    <>
}
IEquatable~TimeInterval~T~~ <|.. TimeInterval~T~

Implements: IEquatable>

Constructors

NameSummary
.ctorConstructs a time interval value.

Properties

NameSummary
ValueGets the value.
IntervalGets the interval.

Methods

NameSummary
DeconstructDeconstructs the time interval value into a value and a time interval.
EqualsDetermines whether the current [TimeInterval](# value has the same [Value](# and...
GetHashCodeReturns the hash code for the current [TimeInterval](# value.
ToStringReturns a string representation of the current [TimeInterval](# value.

Operators

NameSummary
static op_EqualityDetermines whether the two specified [TimeInterval](# values have the same [Value](# and...
static op_InequalityDetermines whether the two specified [TimeInterval](# values don't have the same [Value](# and...